Home
last modified time | relevance | path

Searched refs:savetoken (Results 1 – 2 of 2) sorted by relevance

/titanic_50/usr/src/cmd/awk_xpg4/
H A Dawk1.c389 static int savetoken = 0; in yyhex() local
408 if (savetoken) { in yyhex()
409 c = savetoken; in yyhex()
410 savetoken = 0; in yyhex()
415 savetoken = c; in yyhex()
581 savetoken = ELSE; in yyhex()
609 savetoken = c; in yyhex()
664 savetoken = c; in yyhex()
678 savetoken = c; in yyhex()
701 savetoken = c; in yyhex()
[all …]
/titanic_50/usr/src/cmd/cmd-inet/usr.sbin/snoop/
H A Dsnoop_filter.c2482 char savetoken[32]; in primary() local
2486 (void) strlcpy(savetoken, token, sizeof (savetoken)); in primary()
2502 rpc_match_prog(dir, savetoken, vers, proc); in primary()