Searched refs:words (Results 1 – 4 of 4) sorted by relevance
258 local words261 read -a words <<<"$1"272 if [[ ${words[$i]} =~ \[\<([^]]+)\>\] ]]; then273 unset words[$i]277 if [[ ${words[$i]} == \[ && ${words[$i+1]} == *\] ]]; then278 unset words[$i]279 words[$i+1]=$(printf "[%13s\n" "${words[$i+1]}")283 if [[ ${words[$last]} =~ ^[0-9a-f]+\] ]]; then284 words[$last-1]="${words[$last-1]} ${words[$last]}"285 unset words[$last][all …]
204 my @words = split(" ", $line);205 foreach my $word (@words) {
237 my @words = split(" ", $line);238 foreach my $word (@words) {986 if (open(my $words, '<', $file)) {987 while (<$words>) {
74 static inline void le32_to_cpu_array(uint32_t *buf, unsigned int words) in le32_to_cpu_array() argument76 while (words--) { in le32_to_cpu_array()82 static inline void cpu_to_le32_array(uint32_t *buf, unsigned int words) in cpu_to_le32_array() argument84 while (words--) { in cpu_to_le32_array()