HomeSort by: relevance | last modified time | path
    Searched refs:unescape (Results 1 - 4 of 4) sorted by relevancy

  /src/usr.sbin/sti/
sti.c 55 unescape(const char **pp, int *state) function in typeref:typename:int
138 while ((c = unescape(&ptr, &state)) != -1)
  /src/usr.bin/seq/
seq.c 72 char *unescape(char *);
136 sep = unescape(optarg);
139 term = unescape(optarg);
198 fmt = unescape(fmt);
341 * unescape - handle C escapes in a string
344 unescape(char *orig) function in typeref:typename:char *
  /src/usr.bin/make/unit-tests/
opt-debug-jobs.mk 25 # to unescape anything.
  /src/usr.bin/sed/
compile.c 515 unescape(char **pp, char **spp) function in typeref:typename:int
576 if (unescape(&p, &q))
673 if (unescape(&p, &sp))

Completed in 46 milliseconds