Home
last modified time | relevance | path

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

/dports/www/netrik/netrik-1.16.1/
H A Dhttp-parse-header.c91 PM_END=0x800 /* whole header parsed */ enumerator
219 parse_mode=PM_END;
248 } while(parse_mode!=PM_END);
H A Durl.c84 PM_END=0xa00 /* '\0' ending URL string */ enumerator
125 …for(name_start=word_start=url_char=escaped_url; parse_mode!=PM_END; ++url_char) { /* all chars …
312 parse_mode=PM_END;
/dports/comms/vrflash/vrflash-0.24/
H A Dprogress.h3 #define PM_END 2 macro
H A Dprogress.c69 case PM_END: in pm_showmeter()
H A Dxmodem.c100 pm_showmeter(PM_END); in xmodem_sendfile()
H A Dmain.c318 pm_showmeter (PM_END); in main()
/dports/audio/festival/speech_tools/include/sigpr/
H A DEST_pitchmark.h51 #define PM_END -1.0 macro
/dports/audio/festival/speech_tools/main/
H A Dpitchmark_main.cc372 op.set("pm_end", PM_END); in set_options()