Home
last modified time | relevance | path

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

/freebsd/usr.bin/sed/
H A Dcompile.c78 *findlabel(char *);
994 if ((cp->u.c = findlabel(cp->t)) == NULL) in fixuplabel()
1035 findlabel(char *name) in findlabel() function
/freebsd/sys/contrib/openzfs/module/lua/
H A Dlparser.c361 static int findlabel (LexState *ls, int g) { in findlabel() function
429 if (!findlabel(fs->ls, i)) in movegotosout()
1193 findlabel(ls, g); /* close it if label already defined */ in gotostat()
/freebsd/contrib/lua/src/
H A Dlparser.c544 static Labeldesc *findlabel (LexState *ls, TString *name) { in findlabel() function
1420 Labeldesc *lb = findlabel(ls, name); in gotostat()
1449 Labeldesc *lb = findlabel(ls, name); in checkrepeated()