Searched defs:an (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/string/ |
H A D | struniq.c | 38 register char** an; local 41 ao = an = argv; 43 while (++an < ae) 45 while (streq(*ao, *an)) 46 if (++an >= ae) 48 *++ao = *an;
|
/ast/src/cmd/mam/ |
H A D | mamold.c | 26 * to an oldmake makefile on stdout 35 " an equivalent \bgmake\b(1) makefile on the standard output. Mamfiles" 257 * dump an action 346 dumpvar(const char* an, char* av, void* handle) argument 348 char* name = (char*)an;
|
H A D | mamnew.c | 26 * to an nmake makefile on stdout 35 " an equivalent \bnmake\b(1) makefile on the standard output. Mamfiles" 44 "[+?\bmamnew\b is only an \aaid\a in the makefile conversion process. It is" 426 * dump an action 480 dumpstate(const char* an, char* av, void* handle) argument 482 char* name = (char*)an;
|
/ast/src/cmd/pax/ |
H A D | bio.c | 816 long an; local 821 an = ap->convert[SECTION(ap)].on ? n : 0; 909 REVERT(ap, ab, an);
|
/ast/src/cmd/re/ |
H A D | testglob.c | 43 register char** an; local 46 ao = an = argv; 48 while (++an < ae) { 49 while (streq(*ao, *an)) 50 if (++an >= ae) 52 *++ao = *an; 255 GLOB_INTR, "INTR", "an interrupt occurred",
|
Completed in 20 milliseconds