Home
last modified time | relevance | path

Searched refs:ARROW (Results 1 – 6 of 6) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.bin/rdist/
H A Dgram.y37 %term ARROW 5
70 | namelist ARROW namelist cmdlist = {
73 | NAME COLON namelist ARROW namelist cmdlist = {
228 return(ARROW); in yylex()
396 nc->c_type = ARROW;
H A Ddefs.h52 #define ARROW 5 macro
H A Dmain.c532 case ARROW:
H A Ddocmd.c155 case ARROW:
/titanic_41/usr/src/cmd/fm/eversholt/common/
H A Descparse.y85 %token <tok> PROP MASK ARROW EVENT ENGINE ASRU FRU COUNT CONFIG
139 propbody: eventlist nork ARROW nork eventlist
143 | propbody nork ARROW nork eventlist
H A Desclex.c545 return (record(ARROW, stable(Tok))); in yylex()
715 if (Recorded[i].s && Recorded[i].tok != ARROW) in dumpline()
732 case ARROW: in dumpline()