Searched refs:SCAN (Results 1 - 7 of 7) sorted by relevance

/haiku-fatelf/src/bin/sharutils/src/
H A Dremsync361 print "SCAN:\n" if %scan;
547 ## Create a new SCAN.
548 ## Synopsis: `scan SCAN'.
568 ## Delete an existing SCAN.
569 ## Synopsis: `delete scan SCAN'.
1664 open (SCAN, ("find$list -type f -print 2> /tmp/$$.find"
1673 while (<SCAN>)
1692 close SCAN;
1696 open (SCAN, "/tmp/$$.find");
1697 while (<SCAN>)
[all...]
H A Dremsync.in361 print "SCAN:\n" if %scan;
547 ## Create a new SCAN.
548 ## Synopsis: `scan SCAN'.
568 ## Delete an existing SCAN.
569 ## Synopsis: `delete scan SCAN'.
1664 open (SCAN, ("find$list -type f -print 2> /tmp/$$.find"
1673 while (<SCAN>)
1692 close SCAN;
1696 open (SCAN, "/tmp/$$.find");
1697 while (<SCAN>)
[all...]
/haiku-fatelf/src/bin/gawk/
H A Dnode.c342 if ((flags & SCAN) != 0) { /* scan for escape sequences */
H A Dmain.c734 *tmp = make_str_node(str, strlen(str), SCAN); /* do process escapes */
986 it = make_str_node(cp, strlen(cp), SCAN);
H A Dawk.h831 #define SCAN 1 macro
H A Dawkgram.y1907 tok - tokstart, esc_seen ? SCAN : 0);
H A Dawkgram.c3746 tok - tokstart, esc_seen ? SCAN : 0);

Completed in 64 milliseconds