Lines Matching refs:programs
59 .I programs
280 how compiled programs manipulate
413 Some programs, however, use the count
416 These programs must be found and corrected.
442 are rare in programs; one reason is
447 All programs in Plan 9 now read and write text as UTF, not ASCII.
448 This change breaks two deep-rooted symmetries implicit in most C programs:
484 A header file included by all programs (see [Pike92]) declares
615 Most Plan 9 programs use a new buffered I/O library, BIO, in place of
630 Plan 9 programs use a simple set of macros to process command line arguments.
632 argument processing of most programs.
703 Some programs needed no change at all:
717 Most programs, however, needed modest change.
735 is enough to fix many programs.
739 Of the 170 C source programs in the top levels of
744 The programs that
764 For programs such as editors that run a long time with a relatively
863 For some programs, there was a concomitant loss of performance,
868 identically by all the programs in the system.
870 A handful of programs have the notion of character built into them
872 Such programs were treated as individual special cases.