Searched defs:INDEX (Results 1 - 5 of 5) sorted by relevance
/ast/src/lib/libast/tm/ |
H A D | tmxscan.c | 57 #define INDEX(m,x) (((n)>=((x)-(m)))?((n)-=((x)-(m))):(n)) macro 228 INDEX(TM_DAY_ABBREV, TM_DAY); 243 INDEX(TM_MONTH_ABBREV, TM_MONTH);
|
/ast/src/cmd/html/ |
H A D | htmlrefs.c | 97 " considered referenced.]:[pattern:=00-INDEX-00]" 138 #define INDEX "index.html" macro 140 #define SKIP "00-INDEX-00" 1002 state->index.size = strlen(state->index.data = INDEX);
|
H A D | troff2html.c | 216 #define INDEX(a,b) (((a)<<8)|(b)) macro 1364 switch (INDEX(name[1], name[2])) 1366 case INDEX('%',0): 1369 case INDEX('.','$'): 1372 case INDEX('.','C'): 1376 case INDEX('.','F'): 1378 case INDEX('.','H'): 1381 case INDEX('.','L'): 1384 case INDEX('.','P'): 1387 case INDEX(' [all...] |
/ast/src/lib/libpp/ |
H A D | ppfsm.h | 61 #define INDEX(p) (((p)-fsm[0])/(MAX+1)) macro 251 debug((-7, "POP in=%s next=%s state=%s", ppinstr(cur), pptokchr(*prv->nextchr), pplexstr(INDEX(rp)))); \
|
/ast/src/lib/libast/vmalloc/ |
H A D | vmhdr.h | 294 #define INDEX(s) DIV((s)-TINYSIZE,ALIGN) macro 300 #define C_INDEX(s) (s < MAXCACHE ? INDEX(s) : S_CACHE)
|
Completed in 18 milliseconds