Searched refs:nName (Results 1 – 10 of 10) sorted by relevance
| /freebsd/stand/ficl/ |
| H A D | tools.c | 124 if ((pFW->nName <= 0) || (pFW->name[pFW->nName] != '\0')) in isAFiclWord() 127 if (strlen(pFW->name) != pFW->nName) in isAFiclWord() 218 pLit->nName, pLit->name, (unsigned long)c.u); in seeColon() 277 sprintf(cp, "%.*s", pFW->nName, pFW->name); in seeColon() 312 sprintf(pVM->pad, ": %.*s", pFW->nName, pFW->name); in seeXT() 346 sprintf(pVM->pad, "%.*s is a primitive", pFW->nName, pFW->name); in seeXT() 517 sprintf(pVM->pad, "next: %.*s", pFW->nName, pFW->name); in stepBreak() 755 if (wp->nName == 0) /* ignore :noname defs */ in listWords()
|
| H A D | dict.c | 254 pFW->nName = (char)len; in dictAppendWord2() 676 if (pFW->nName > 0) in dictUnsmudge() 814 if ( (pFW->nName == si.count) in hashLookup()
|
| H A D | prefix.c | 95 n = pFW->nName; in ficlParsePrefix()
|
| H A D | ficl.h | 531 FICL_COUNT nName; /* Number of chars in word name */ member
|
| H A D | words.c | 2879 PUSHUNS(pFW->nName); in toName()
|
| /freebsd/stand/ficl/softwords/ |
| H A D | ficlclass.fr | 15 c-byte obj: .nName 24 my=[ .nName get ]
|
| /freebsd/contrib/pkgconf/tests/lib1/ |
| H A D | malformed-1.pc | 1 prefix=/usr\nName: GKrellM\nDescription: Extensible GTK system monitoring application\nVersion: 2.3…
|
| /freebsd/contrib/sqlite3/ |
| H A D | shell.c | 14173 int nName = 0; /* Size of zName in bytes */ in zipfileStep() local 14201 nName = sqlite3_value_bytes(pName); in zipfileStep() 14207 if( nName>ZIPFILE_MX_NAME ){ in zipfileStep() 14263 if( nName>0 && zName[nName-1]=='/' ){ in zipfileStep() 14269 if( nName==0 || zName[nName-1]!='/' ){ in zipfileStep() 14275 nName = (int)strlen(zName); in zipfileStep() 14277 while( nName>1 && zName[nName-2]=='/' ) nName--; in zipfileStep() 14292 e.cds.nFile = (u16)nName; in zipfileStep() 19334 size_t nName; in vfstrace_register() local 19339 nName = strlen(zTraceName); in vfstrace_register() [all …]
|
| H A D | sqlite3.c | 26098 u8 nName; /* Length of the name */ member 26483 if( aXformType[i].nName==n in parseModifier() 38552 int nName, /* Bytes of text in zName */ in sqlite3VListAdd() argument 38559 nInt = nName/4 + 3; in sqlite3VListAdd() 38576 memcpy(z, zName, nName); in sqlite3VListAdd() 38577 z[nName] = 0; in sqlite3VListAdd() 38602 SQLITE_PRIVATE int sqlite3VListNameToNum(VList *pIn, const char *zName, int nName){ in sqlite3VListNameToNum() argument 38609 if( strncmp(z,zName,nName)==0 && z[nName]==0 ) return pIn[i]; in sqlite3VListNameToNum() 41236 int nName; /* Length of the zCanonicalName[] string */ member 41314 if( pCandidate->nName==n in vxworksFindFileId() [all …]
|
| /freebsd/contrib/sqlite3/tea/generic/ |
| H A D | tclsqlite3.c | 555 int nName = strlen30(zName); in findSqlFunc() local 556 pNew = (SqlFunc*)Tcl_Alloc( sizeof(*pNew) + nName + 1 ); in findSqlFunc() 558 memcpy(pNew->zName, zName, nName+1); in findSqlFunc()
|