Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/flex/dist/src/
H A Dscanopt.c127 #define SAFE_ASSIGN(ptr,val) \ macro
672 SAFE_ASSIGN (arg, NULL); in scanopt()
673 SAFE_ASSIGN (optindex, s->index); in scanopt()
687 SAFE_ASSIGN (optindex, s->index + 1); in scanopt()
781 SAFE_ASSIGN (arg, s->argv[s->index + 1]); in scanopt()
785 SAFE_ASSIGN (arg, (char *) optarg); in scanopt()
793 SAFE_ASSIGN (arg, optarg); in scanopt()